* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }
  
body{
  height: 100vh;
}

input, button, textarea, select {
  border: none;
  outline: none;
  resize: none; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-style: normal; }

.fl {
  float: left; }

.fr {
  float: right; }

.design-head {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .design-head a:hover {
    text-decoration: none; }
  .design-head .head-box {
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 6px 0 rgba(67, 67, 67, 0.14);
    position: absolute;
    top: 0; }
    .design-head .head-box .head-func {
      width: 100%;
      height: 100%;
      min-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 12;
      padding: 0 12px;
      padding-right: 40px;
      background: #fff; }
      .design-head .head-box .head-func .row-btn {
        height: 30px;
        font-size: 14px;
        margin-top: 15px;
        border: 1px solid #f5f5f5;
        color: #666;
        padding: 0 6px;
        border-radius: 4px;
        display: flex;
        align-items: center; }
        .design-head .head-box .head-func .row-btn .icon {
          font-size: 15px;
          margin-right: 4px; }
    .design-head .head-box .head-back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: white; }
      .design-head .head-box .head-back.active {
        height: 520px;
        background: #fff;
        width: calc(100% + 10px);
        box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1); }
    .design-head .head-box .head-box-logo {
      display: flex;
      align-items: center;
      height: 100%;
      width: 220px; }
      .design-head .head-box .head-box-logo .head-box-logo-theme {
        width: 24px;
        display: flex;
        align-items: center;
        position: relative;
        margin-right: 13px; }
        .design-head .head-box .head-box-logo .head-box-logo-theme .icon {
          width: 24px;
          height: 24px;
          border-radius: 2px;
          position: relative;
          display: block;
          text-align: center;
          line-height: 24px;
          font-size: 16px;
          color: #999;
          cursor: pointer; }
          .design-head .head-box .head-box-logo .head-box-logo-theme .icon:after {
            content: '';
            width: 1px;
            height: 20px;
            display: block;
            right: -5px;
            background: #f5f5f5;
            position: absolute;
            top: 2px; }
        .design-head .head-box .head-box-logo .head-box-logo-theme:hover .icon, .design-head .head-box .head-box-logo .head-box-logo-theme.active .icon {
          transition: 0.2s ease all;
          background: #F4F4F4; }
        .design-head .head-box .head-box-logo .head-box-logo-theme.active + .logo-theme-box {
          z-index: 1;
          opacity: 1;
          position: fixed; }
          .design-head .head-box .head-box-logo .head-box-logo-theme.active + .logo-theme-box .theme-box-nav-box {
            width: 240px; }
      .design-head .head-box .head-box-logo .logo-theme-box {
        width: 100%;
        height: calc(100% - 60px);
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 60px;
        left: 0;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.1s ease;
        overflow: hidden; }
        .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav-box {
          width: 0;
          height: 100%;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 0;
          transition: 0.35s width ease; }
        .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav {
          width: 240px;
          height: 100%;
          background: #FFFFFF;
          padding: 12px 8px;
          display: block;
          position: relative; }
          .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > span {
            font-size: 12px;
            color: #333;
            line-height: 20px;
            display: block;
            margin-top: 14px;
            margin-bottom: 8px;
            font-weight: bold;
            padding-left: 8px; }
          .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > a {
            display: flex;
            align-items: center;
            line-height: 40px;
            padding-left: 8px; }
            .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > a:hover {
              background: #fafafa;
              border-radius: 4px; }
            .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > a.active.is-web span {
              color: #fff; }
            .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > a.active.is-tools span {
              color: #FD395D; }
            .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > a img {
              display: block;
              height: 18px; }
            .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav > a span {
              font-size: 14px;
              margin-left: 4px;
              position: relative;
              color: #666; }
          .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav .nav-box-bottom {
            position: absolute;
            bottom: 8px;
            width: calc(100% - 16px); }
            .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav .nav-box-bottom > a {
              display: flex;
              align-items: center;
              margin-top: 16px;
              font-size: 14px;
              color: #666;
              padding-left: 8px;
              height: 38px;
              line-height: 38px; }
              .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav .nav-box-bottom > a:hover {
                background: #fafafa; }
              .design-head .head-box .head-box-logo .logo-theme-box .theme-box-nav .nav-box-bottom > a .icon {
                margin-right: 8px;
                font-size: 16px; }
      .design-head .head-box .head-box-logo .head-box-logo-info {
        display: flex;
        align-items: center;
        position: relative;
        width: 228px; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-ingo-box {
          max-width: 172px;
          display: flex; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-img {
          display: block;
          height: 59px; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-docs {
          color: #333333;
          line-height: 22px;
          font-size: 16px;
          margin-left: 8px;
          position: relative;
          cursor: text;
          padding-left: 9px;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-docs.active {
            cursor: pointer; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-docs:after {
            content: '';
            display: block;
            width: 1px;
            height: 16px;
            background: #333;
            border-radius: 0px 0px 0px 0px;
            opacity: 1;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-name {
          color: #333333;
          line-height: 22px;
          font-size: 14px;
          margin-left: 8px;
          display: inline-block;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 144px; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-xl {
          display: block;
          width: 14px;
          height: 14px;
          margin-left: 4px;
          cursor: pointer;
          border-radius: 2px;
          transition: 0.1s ease all; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-xl > .icon {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 14px;
            text-align: center;
            font-size: 12px;
            color: #666;
            transition: 0.05s ease all; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-xl.active {
            background: #fafafa; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-xl.active > .icon {
              transform: rotate(180deg); }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-xl:hover {
            background: #fafafa; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-xl.active + .logo-info-qiye {
          height: auto; }
        .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye {
          position: absolute;
          width: 256px;
          background: #FFFFFF;
          box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.1);
          border-radius: 4px 4px 4px 4px;
          top: 40px;
          left: 0;
          overflow: hidden;
          height: 0;
          padding-bottom: 0;
          transition: 0.05s height ease; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye.is-no-qiye .qiye-box-overflow {
            display: none; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye.is-no-qiye .qiye-box-title.is-qiye {
            display: none; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box {
            width: 100%;
            padding-top: 8px; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-title {
              color: #333;
              font-size: 12px;
              line-height: 40px;
              padding-left: 16px;
              display: block;
              margin-top: 17px; }
              .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-title:nth-child(1) {
                margin-top: 0; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-overflow {
              max-height: 156px; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list {
              width: 100%;
              height: 44px;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer; }
              .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list .qiye-box-li {
                width: calc(100% - 16px);
                height: calc(100% - 4px);
                display: flex;
                align-items: center;
                padding-left: 8px;
                position: relative; }
                .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list .qiye-box-li > img {
                  display: block;
                  width: 24px;
                  height: 24px;
                  border-radius: 50%;
                  margin-right: 8px; }
                .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list .qiye-box-li > em {
                  font-size: 14px;
                  color: #666;
                  display: inline-block;
                  width: 65%;
                  overflow: hidden;
                  -ms-text-overflow: ellipsis;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list .qiye-box-li > .icon {
                  display: none;
                  position: absolute;
                  right: 9px;
                  font-size: 20px;
                  color: #666; }
                .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list .qiye-box-li:hover {
                  transition: 0.2s ease all;
                  background: #fafafa;
                  border-radius: 4px; }
              .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-box .qiye-box-list.active .qiye-box-li > .icon {
                display: block; }
          .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add {
            width: 100%;
            height: 58px;
            padding-top: 8px;
            margin-top: 8px;
            line-height: 50px;
            padding-left: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            background: #fff;
            z-index: 1;
            position: relative; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add:after {
              content: '';
              display: block;
              height: 1px;
              width: calc(100% - 16px);
              left: 0;
              right: 0;
              margin: auto;
              top: 0;
              background: #f5f5f5;
              position: absolute; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add:hover > span {
              color: #1980FF; }
              .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add:hover > span .icon {
                color: #1980FF; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add > span {
              font-size: 14px;
              color: #666; }
              .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add > span .icon {
                margin-right: 4px;
                font-size: 14px;
                color: #666; }
            .design-head .head-box .head-box-logo .head-box-logo-info .logo-info-qiye .info-qiye-add em {
              display: block;
              width: 88px;
              height: 20px;
              border-radius: 4px 4px 4px 4px;
              opacity: 1;
              text-align: center;
              line-height: 20px;
              color: #1980FF;
              margin-left: 8px;
              font-size: 12px; }

    .design-head .head-box .ds-header-search {
      border-radius: 8px;
      width: 440px;
      height: 40px;
      display: flex;
      margin-top: 10px;
      margin-left: 24px; }
      .design-head .head-box .ds-header-search .ds-search-row {
        margin: 0;
        background: #F8F8FB; }
    .design-head .head-box .header-func-info {
      width: auto;
      height: 100%;
      position: relative; }
      .design-head .head-box .header-func-info .func-info-row {
        position: relative;
        float: left;
        display: flex;
        height: 100%;
        padding: 0 12px;
        align-items: center; }
        .design-head .head-box .header-func-info .func-info-row.info-row-theme {
          display: flex;
          align-items: center;
          justify-content: center; }
          .design-head .head-box .header-func-info .func-info-row.info-row-theme .head-box-logo-theme {
            display: flex;
            width: 24px;
            height: 24px;
            align-items: center;
            justify-content: center;
            cursor: pointer; }
            .design-head .head-box .header-func-info .func-info-row.info-row-theme .head-box-logo-theme .icon-a-Group53 {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 24px;
              height: 24px;
              line-height: 24px;
              color: #fff;
              transition: all .38s ease-in-out; }
          .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info {
            display: flex;
            flex-direction: column;
            right: 0;
            top: 60px;
            position: absolute;
            width: 336px;
            box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
            border-radius: 4px;
            background-color: #fff;
            transition: opacity .38s ease-in-out;
            opacity: 0;
            pointer-events: none; }
            .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul {
              display: flex;
              flex-direction: column;
              row-gap: 20px;
              width: 100%;
              height: auto;
              border-top: 1px solid #fff;
              padding: 12px 24px; }
              .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul:nth-child(1) {
                border-top: none; }
              .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul:last-child {
                padding-bottom: 14px; }
              .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul li {
                display: flex;
                column-gap: 24px; }
                .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul li a {
                  display: flex;
                  width: 80px;
                  height: 80px;
                  padding-top: 4px;
                  flex-direction: column;
                  align-items: center;
                  transition: background-color .28s ease-in-out, color .28s ease-in-out;
                  border-radius: 4px;
                  color: #fff; }
                  .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul li a img {
                    width: 46px;
                    height: 46px;
                    margin-bottom: 8px; }
                  .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul li a span {
                    display: flex;
                    width: 100%;
                    height: 22px;
                    font-size: 14px;
                    justify-content: center; }
                  .design-head .head-box .header-func-info .func-info-row.info-row-theme .is-theme-info ul li a:hover {
                    background-color: #fff;
                    color: #fff; }
          .design-head .head-box .header-func-info .func-info-row.info-row-theme:hover .is-theme-info {
            opacity: 1;
            pointer-events: auto; }
          .design-head .head-box .header-func-info .func-info-row.info-row-theme:hover .icon-a-Group53 {
            color: #fff;
            background-color: #fff; }
        .design-head .head-box .header-func-info .func-info-row > a {
          line-height: 60px; }
        .design-head .head-box .header-func-info .func-info-row:hover .info-row-text {
          color: #FD395D;
          font-weight: bold; }
        .design-head .head-box .header-func-info .func-info-row:hover > .icon {
          color: #FD395D; }
        .design-head .head-box .header-func-info .func-info-row:hover .row-btn {
          border-color: #FD395D; }
        .design-head .head-box .header-func-info .func-info-row:hover .header-drop,
        .design-head .head-box .header-func-info .func-info-row:hover .invite-activity-drop {
          display: block; }
        .design-head .head-box .header-func-info .func-info-row .info-row-text {
          font-size: 14px;
          color: #666;
          position: relative; }
          .design-head .head-box .header-func-info .func-info-row .info-row-text .create-icon {
            width: 18px;
            height: 18px;
            background: #00B277;
            opacity: 1;
            border-radius: 50%;
            text-align: center;
            line-height: 18px;
            margin-right: 8px;
            display: inline-block; }
            .design-head .head-box .header-func-info .func-info-row .info-row-text .create-icon .icon {
              font-size: 12px;
              color: #fff;
              font-weight: bold; }
          .design-head .head-box .header-func-info .func-info-row .info-row-text > em {
            font-size: 12px;
            position: absolute;
            height: 19px;
            display: block;
            line-height: 19px;
            padding: 0 8px;
            background: #FD8521;
            color: #fff;
            -webkit-border-radius: 3px;
            border-radius: 10.5px;
            width: 64px;
            text-align: center;
            overflow: hidden;
            top: -19px;
            left: -8px; }
        .design-head .head-box .header-func-info .func-info-row .invite-activity-drop {
          width: 368px;
          height: 228px;
          top: 40px;
          left: -139px;
          position: absolute;
          text-align: left;
          display: none; }
          .design-head .head-box .header-func-info .func-info-row .invite-activity-drop > img {
            width: 368px; }
        .design-head .head-box .header-func-info .func-info-row .header-drop {
          position: absolute;
          width: 360px;
          top: 60px;
          left: -140px;
          display: none;
          z-index: 10;
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1); }
          .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box {
            width: 100%;
            height: auto;
            background: #fff;
            border-radius: 8px;
            padding: 20px;
            padding-top: 10px;
            position: relative; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box .tips {
              position: absolute;
              display: block;
              left: 0;
              top: 0;
              height: 20px;
              font-size: 12px;
              background: #FD395D;
              padding: 0 10px;
              color: #fff;
              border-radius: 8px 0 8px 0; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box strong {
              font-size: 14px;
              color: #333;
              margin-top: 20px;
              display: block; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box > em {
              font-size: 12px;
              font-weight: 400;
              color: #999;
              display: block; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul {
              width: 100%;
              margin-bottom: 0; }
              .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul::after {
                content: '';
                display: block;
                clear: both;
                width: 0; }
              .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li {
                float: left;
                width: 150px;
                height: 60px;
                margin-right: 20px;
                margin-top: 10px;
                border: 1px solid #d9d9d9;
                border-radius: 4px;
                cursor: pointer;
                display: flex; }
                .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > span {
                  display: flex;
                  width: 40px;
                  height: 100%;
                  flex-flow: column;
                  justify-content: center;
                  align-items: center;
                  font-weight: bold; }
                  .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > span i {
                    text-align: center; }
                .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > div {
                  display: flex;
                  flex-flow: column;
                  padding-left: 10px;
                  position: relative;
                  width: calc(100% - 42px);
                  height: 100%;
                  padding-top: 3px; }
                  .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > div > span {
                    font-size: 18px;
                    color: #FD395D;
                    font-weight: bold; }
                    .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > div > span em {
                      font-size: 14px; }
                    .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > div > span i {
                      font-size: 12px;
                      margin-left: 0;
                      text-decoration: line-through;
                      color: #666; }
                  .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > div > em {
                    font-size: 12px; }
                  .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li > div::after {
                    display: block;
                    width: 0;
                    height: 40px;
                    top: 10px;
                    content: '';
                    border-left: 1px dotted #FD395D;
                    left: 0;
                    position: absolute; }
                .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li.active, .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li:hover {
                  border: 1px solid #fff; }
                .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-new-box ul li:nth-child(2n) {
                  margin-right: 0; }
          .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-box {
            position: relative;
            padding-top: 34px;
            background: #FFFFFF;
            height: 284px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            border-radius: 8px; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .header-drop-box .header-drop-box-tip {
              width: 130px;
              height: 24px;
              line-height: 24px;
              background: #FD8320;
              color: #FFFFFF;
              font-size: 14px;
              text-align: center;
              position: absolute;
              left: 0;
              top: 0;
              border-radius: 8px 0 8px 0; }
          .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li {
            display: flex;
            align-items: center;
            margin: 0 auto;
            margin-bottom: 20px;
            padding: 0 16px; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li .icon {
              display: block;
              width: 18px;
              margin-right: 12px;
              color: #FD395D;
              font-size: 20px; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li p {
              margin: 0; }
              .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li p span:nth-child(1) {
                font-size: 14px;
                color: #5B595A; }
              .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li p span:nth-child(2) {
                font-size: 12px;
                color: #818284;
                display: block;
                margin-top: 6px; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li:nth-child(1) {
              margin-top: 16px; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .drop-li:last-child {
              margin-bottom: 0; }
          .design-head .head-box .header-func-info .func-info-row .header-drop .drop-btn {
            display: flex;
            width: 168px;
            height: 36px;
            border: 1px solid #fff;
            border-radius: 4px;
            font-size: 14px;
            color: #fff;
            background: #FFFFFF;
            margin: 0 auto;
            align-items: center;
            justify-content: center; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .drop-btn .icon {
              margin-left: 7px;
              font-size: 26px; }
            .design-head .head-box .header-func-info .func-info-row .header-drop .drop-btn:hover {
              background: #fff;
              color: #fff; }
        .design-head .head-box .header-func-info .func-info-row .userFace {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          width: 44px;
          height: 100%;
          border-radius: 50%;
          cursor: pointer; }
          .design-head .head-box .header-func-info .func-info-row .userFace img {
            width: 24px;
            height: 24px;
            border-radius: 50%; }
          .design-head .head-box .header-func-info .func-info-row .userFace:hover .user-setting-box {
            display: flex; }
        .design-head .head-box .header-func-info .func-info-row .loginBox {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 90px;
          height: 30px;
          border: 1px solid #00be6e;
          border-radius: 4px;
          font-size: 14px;
          font-weight: 400;
          color: #00be6e;
          text-align: center;
          cursor: pointer; }

.ds-search-row {
  width: 440px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 16px auto;
  z-index: 200;
  position: relative; }
.ds-search-row .search-btn {
  width: 80px;
  height: 40px;
  background: #ea6001;
  border-radius: 0 4px 4px 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  transition: .3s; }
.ds-search-row .search-btn:hover {
  background-color: #ea6001; }
.ds-search-row .search-bottom-box {
  position: absolute;
  width: 440px;
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 44px;
  padding: 16px; }
.ds-search-row .search-bottom-box .search-title {
  font-size: 12px;
  line-height: 16px;
  color: #818284;
  margin-bottom: 8px; }
.ds-search-row .search-bottom-box .search-title > span {
  float: right;
  cursor: pointer; }
.ds-search-row .search-bottom-box .search-history {
  padding-bottom: 8px;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 16px; }
.ds-search-row .search-bottom-box .search-history span {
  display: inline-block;
  margin-right: 16px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #444444; }
.ds-search-row .search-bottom-box .search-history span:hover {
  color: #ea6001; }
.ds-search-row .search-bottom-box .search-hot {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 146px; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item {
  height: 32px;
  line-height: 18px;
  padding-bottom: 14px;
  padding-left: 16px;
  cursor: pointer; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item span {
  font-size: 12px;
  color: #444444; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item:hover span {
  font-size: 12px;
  color: #ea6001; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item.item-border-right {
  border-right: #F6F6F6 1px solid;
  padding-left: 0; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item:nth-child(5), .ds-search-row .search-bottom-box .search-hot .search-hot-item:nth-child(10) {
  height: 18px;
  padding-bottom: 0; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item:nth-child(1) .hot-item-num {
  background: #FA5555; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item:nth-child(2) .hot-item-num {
  background: #FF8A8A; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item:nth-child(3) .hot-item-num {
  background: #FF9628; }
.ds-search-row .search-bottom-box .search-hot .search-hot-item .hot-item-num {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
  background: #C5C5C5;
  color: #FFFFFF !important; }
.ds-search-row input {
  outline: none;
  width: 360px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #e8eaec;
  border-right: none; }
.ds-search-row input:focus {
  border-color: #ea6001; }
.ds-search-row input::-webkit-input-placeholder {
  color: #B2B2B4;
  font-size: 12px;
  line-height: 40px; }
.ds-search-row .iconsearch {
  position: absolute;
  color: #B2B2B4;
  font-size: 20px;
  right: 16px;
  top: 4px;
  font-weight: bold;
  cursor: pointer; }


.ds-team-row-banner {
  height: 200px;
  border-radius: 8px 8px 8px 8px;
  margin-top: -10px;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 52px;
  background-repeat: no-repeat;
  background-size: cover; }
.ds-team-row-banner > strong {
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px; }
.ds-team-row-banner .ds-search-row {
  margin: 15px auto;
  background: #F8F8FB;
  z-index: 20; }
.ds-team-row-banner .ds-search-row .ds-public-search {
  text-align: left; }
.ds-team-row-banner .ds-search-row #search-input:focus {
  border: 1px solid #F8F8FB; }
.ds-team-row-banner .ds-search-row input {
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #F8F8FB !important; }
.ds-team-row-banner .ds-search-row .search-btn {
  background: #de7575;
  color: #1980FF; }

.ds-header-btn-box {
  width: 90px;
  height: 30px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #ea6001; }
.ds-header-btn-box .login-btn {
  width: 48px;
  height: 24px;
  border-radius: 2px;
  color: #ea6001;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 24px; }
.ds-header-btn-box .line {
  height: 14px;
  width: 1px;
  background-color: #ea6001; }

.bottom-recommend {
  width: 100%;
  height: auto;
  border-top: 1px solid #F1F1F5;
  padding-top: 20px;
  margin-bottom: -40px;
  margin-top: 20px;
  overflow: hidden; }
.bottom-recommend .bottom-recommend-title span {
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer; }
.bottom-recommend .bottom-recommend-title span.active {
  font-weight: bold; }
.bottom-recommend ul li {
  display: none; }
.bottom-recommend ul li a {
  font-size: 12px;
  margin-right: 16px;
  color: #666; }
.bottom-recommend ul li a:hover {
  color: #208CEB; }
.bottom-recommend ul li.active {
  display: block; }

.ds-index .ds-menu {
  width: 178px;
  height: calc(100% - 62px);
  background: #fafafa;
  position: fixed;
  left: 0;
  top: 64px;
  z-index: 9;
  padding-right: 8px; }
.ds-index .ds-menu .ds-menu-switch {
  width: 162px;
  height: 56px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  z-index: 10; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-photo {
  width: 32px;
  height: 32px;
  background: #1980FF;
  opacity: 1;
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 8px; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs {
  width: 130px;
  padding-left: 10px;
  color: #666;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs strong {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  display: block;
  margin-top: 10px; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-top: 6px; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs p.people > span {
  color: #666; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs p.people > em {
  background: #666; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs p > em {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666;
  margin-right: 6px; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs p > span {
  color: #666; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team .menu-switch-team-docs p .icon {
  color: #666;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 2px; }
.ds-index .ds-menu .ds-menu-switch .menu-switch-team > .icon {
  font-size: 20px;
  color: #666;
  margin-right: 4px; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58px;
  box-shadow: 0 0 0 1px rgba(68, 92, 116, 0.02), 0 2px 8px rgba(57, 76, 96, 0.15);
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 4px;
  padding-top: 8px;
  display: none;
  overflow-y: scroll;
  max-height: 242px; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-pla {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s ease all; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-pla:hover {
  background: #fff0f6;
  color: #FFFFFF; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-pla .icon {
  margin-right: 7px; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row.active {
  display: block; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row > span {
  font-size: 12px;
  color: #666;
  margin-left: 8px; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-team {
  margin-top: 4px; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-team:hover {
  background: #1980FF; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-team:hover .menu-switch-team-docs > strong {
  color: #FFFFFF; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-team:hover .menu-switch-team-docs > p {
  color: #FFFFFF; }
.ds-index .ds-menu .ds-menu-switch .ds-menu-switch-row .menu-switch-team:hover .menu-switch-team-docs > p .icon {
  color: #fff; }
.ds-index .ds-menu .help-center {
  position: absolute;
  bottom: 48px;
  width: 100%;
  padding-left: 20px;
  cursor: pointer; }
.ds-index .ds-menu .help-center a {
  color: #5B595A;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%; }
.ds-index .ds-menu .help-center i {
  margin-right: 5px; }
.ds-index .ds-menu .help-center span {
  font-size: 14px;
  color: #818284; }
.ds-index .ds-menu .help-center span:hover {
  color: #5B595A;
  font-weight: bold; }
.ds-index .ds-menu .ds-menu-ul {
  margin-top: 20px;
  padding: 0 8px; }
.ds-index .ds-menu .ds-menu-ul li {
  width: 146px;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  color: #818284;
  transition: all 0.2s ease;
  line-height: 34px;
  padding-left: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 8px; }
.ds-index .ds-menu .ds-menu-ul li .icon {
  font-size: 16px;
  margin-right: 4px;
  color: #818284; }
.ds-index .ds-menu .ds-menu-ul li em {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  background: #fff0f6;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 3px; }
.ds-index .ds-menu .ds-menu-ul li:hover, .ds-index .ds-menu .ds-menu-ul li.active {
  background: #ECECEC;
  color: #5B595A; }
.ds-index .ds-menu .ds-menu-ul li:hover .icon, .ds-index .ds-menu .ds-menu-ul li.active .icon {
  color: #5B595A; }
.ds-index .ds-menu .ds-menu-list {
  width: 100%;
  padding-left: 8px;
  padding-top: 20px;
  overflow: auto;
  height: calc(100% - 86px); }
.ds-index .ds-menu .ds-menu-list .iconfont{
  font-size: 20px;
  padding: 0 8px 0 0;
}
.ds-index .ds-menu .ds-menu-list::-webkit-scrollbar {
  display: none; }
.ds-index .ds-menu .ds-menu-list a {
  color: #666; }
.ds-index .ds-menu .ds-menu-list .ds-menu-list-title {
  padding-left: 12px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 30px;
  margin-bottom: 14px;
  color: #333;
  font-weight: bold; }
.ds-index .ds-menu .ds-menu-list > hr {
  width: 170px;
  height: 1px;
  background: #d9d9d9;
  display: block;
  margin-left: -8px;
  margin-top: 24px; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item {
  padding-left: 25px;
  border-radius: 17px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  transition: none;
  cursor: pointer;
  margin-bottom: 24px;
  font-size: 14px;}
.ds-index .ds-menu .ds-menu-list .ds-menu-item .icona-xiazai_huaban1 {
  display: inline-block;
  transform: scale(0.8); }
.ds-index .ds-menu .ds-menu-list .ds-menu-item.active {
  background: #ea6001;
  color: #fff; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item.active i {
  color: #fff0f6; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item i {
  font-size: 24px;
  display: inline-block;
  margin-right: 6px;
  color: #666; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item:hover {
  background: #ea6001;
  color: #fff0f6; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item:hover i {
  color: #fff0f6; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item em {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  background: #fff0f6;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 3px; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item-2 {
  padding-left: 42px;
  margin: 8px 0;
  font-size: 12px;
  color: #999;
  display: inline-block;
  cursor: pointer; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item-2.active {
  color: #fff0f6; }
.ds-index .ds-menu .ds-menu-list .ds-menu-item-2:hover {
  color: #fff0f6; }
.ds-index .ds-menu .activity-815-patch {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 21px; }
.ds-index .ds-menu .activity-815-patch .iconguanbi {
  position: absolute;
  color: #adadad;
  font-size: 12px;
  right: 6px;
  cursor: pointer; }
.ds-index .ds-menu .activity-815-patch img {
  width: 126px; }

.ds-card-list {
  width: 100%;
  height: auto;
  position: relative; }
.ds-card-list .ds-card-list-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  transition: all .2s ease-in-out;
  padding: 10px 0; }
.ds-card-list .ds-card-list-content .ds-card-list-item {
  flex-shrink: 0;
  position: relative; }
.ds-card-list .ds-card-list-content .ds-card-list-item .card-is-new {
  position: absolute;
  height: 18px;
  right: -19px;
  top: -10px; }
.ds-card-list .ds-card-list-content::-webkit-scrollbar {
  display: none; }
.ds-card-list:hover .ds-card-list-btn.small {
  display: block; }
.ds-card-list .ds-card-list-btn {
  width: 40px;
  height: 40px;
  background: #F8F8FB;
  box-shadow: 0 4px 12px 0 rgba(0, 13, 71, 0.2);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: calc(50% - 35px);
  cursor: pointer; }
.ds-card-list .ds-card-list-btn.small {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  box-shadow: none;
  line-height: 24px;
  top: calc(50% - 18px);
  background: rgba(0, 0, 0, 0.43);
  color: #FFFFFF;
  display: none; }
.ds-card-list .ds-card-list-btn.right {
  right: -10px; }
.ds-card-list .ds-card-list-btn.left {
  left: -10px; }

.ds-index-card-list-team-list .ds-card-item .card-item .item-foot .item-foot-time em {
  display: inline-block;
  width: 75px;
  min-width: 75px;
  overflow: hidden; }

.ds-card-item {
  height: auto;
  position: relative;
  float: left;
  margin-right: 24px;
  min-height: 120px; }
.ds-card-item .card-item {
  height: 100%;
  transition: 0.2s ease all;
  border-radius: 0 0 4px 4px;
  position: relative;
  overflow: hidden; }
.ds-card-item .card-item .card-row {
  height: calc(100% - 30px);
  border-radius: 4px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite; }
.ds-card-item .card-item .card-row .qyxm-mask {
  position: absolute;
  left: 8px;
  top: 8px; }
.ds-card-item .card-item .card-row.img-load {
  animation: unset !important; }
.ds-card-item .card-item .card-row .scroll-content {
  border-radius: 5px;
  overflow: hidden; }
.ds-card-item .card-item .card-row .scroll-content:hover::-webkit-scrollbar {
  width: 4px;
  height: 180px; }
.ds-card-item .card-item .card-row .scroll-content:hover {
  overflow: auto;
  overflow-y: auto; }
.ds-card-item .card-item .card-row .scroll-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.13); }
.ds-card-item .card-item .card-row .card-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  top: 8px;
  display: none;
  left: 8px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff; }
.ds-card-item .card-item .card-row .card-icon2 {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 10;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  top: 8px;
  left: 8px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff; }
.ds-card-item .card-item .card-row .card-icon2 > span {
  display: inline-block;
  margin-right: 5px; }
.ds-card-item .card-item .card-row.share-row {
  position: relative; }
.ds-card-item .card-item .card-row .lazyload-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
.ds-card-item .card-item .is-admin-mask {
  width: 100%;
  height: 94px;
  padding-left: 9px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 29px;
  color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column; }
.ds-card-item .card-item .is-admin-mask > p {
  margin-bottom: 0; }
.ds-card-item .card-item .card-image {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: absolute; }
.ds-card-item .card-item .card-vip {
  position: absolute;
  right: 8px;
  bottom: 38px;
  transition: all .2s ease;
  pointer-events: none;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0px 6px;
  border-radius: 10px; }
.ds-card-item .card-item .left-top-box {
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 2; }
.ds-card-item .card-item .left-top-box.active {
  opacity: 0 !important; }
.ds-card-item .card-item .left-top-box.hide {
  display: none !important; }
.ds-card-item .card-item .left-top-box:hover + .right-top-box {
  opacity: 0; }
.ds-card-item .card-item .left-top-box .card-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transition: all .3s ease-in-out;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  height: 24px; }
.ds-card-item .card-item .left-top-box .card-mark span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.ds-card-item .card-item .left-top-box .card-mark span .icon {
  font-size: 14px;
  margin-left: 2px; }
.ds-card-item .card-item .left-top-box .card-mark em {
  display: flex; }
.ds-card-item .card-item .left-top-box .card-mark.pro-gold-mark {
  background-color: #fff;
  color: #FEC400; }
.ds-card-item .card-item .left-top-box .card-mark.pro-sr-mark {
  background-color: #fff;
  color: #fff; }
.ds-card-item .card-item .left-top-box .card-mark.business-mark, .ds-card-item .card-item .left-top-box .card-mark.trade-mark {
  width: 64px;
  background: rgba(0, 0, 0, 0.58);
  margin-left: -8px;
  margin-top: -8px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark {
  left: -14px;
  width: 52px;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #fff;
  margin-bottom: 10px;
  pointer-events: none; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark:before {
  content: '';
  width: 0;
  height: 0;
  border-color: #fff transparent;
  border-width: 6px 0px 0px 6px;
  border-style: solid;
  position: absolute;
  left: 0;
  bottom: -5px; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark[data-idx="1"] {
  background-color: #FFA930; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark[data-idx="1"]:before {
  border-color: #EF9311 transparent; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark[data-idx="2"] {
  background-color: #CCD9E2; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark[data-idx="2"]:before {
  border-color: #A8BECD transparent; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark[data-idx="3"] {
  background-color: #D68748; }
.ds-card-item .card-item .left-top-box .card-mark.top-mark[data-idx="3"]:before {
  border-color: #CE7833 transparent; }
.ds-card-item .card-item .left-top-box .card-mark.hot-mark {
  width: max-content;
  padding: 0 6px;
  left: -8px;
  background: #fff;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  pointer-events: none; }
.ds-card-item .card-item .left-top-box .card-mark.hot-mark img {
  height: 12px;
  margin-right: 4px; }
.ds-card-item .card-item .left-top-box .card-mark.auth-mark {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  background: linear-gradient(93.33deg, #F5F5F5 3.88%, #C9E9FF 98.43%);
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  z-index: 0; }
.ds-card-item .card-item .left-top-box .card-mark.auth-mark .icon {
  animation: scale .8s infinite; }
.ds-card-item .card-item .left-top-box .card-mark > em:nth-child(2) {
  display: none; }
.ds-card-item .card-item .left-top-box .card-mark > em:nth-child(2) .icon {
  animation: cateAJqiantou 1.5s ease-in-out infinite;
  display: inline-block; }
.ds-card-item .card-item .left-top-box .card-mark.is-m {
  background: linear-gradient(350deg, #FA5555 0%, #FF85A3 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; }
.ds-card-item .card-item .left-top-box .card-mark.is-m-s {
  background: linear-gradient(350deg, #FA5555 0%, #FF85A3 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; }
.ds-card-item .card-item .left-top-box .card-mark.is-g-s {
  background: linear-gradient(275.62deg, #FFC973 4.47%, #FFE999 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #96540C; }
.ds-card-item .card-item .left-top-box .card-mark.is-d {
  background: #333333;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; }
.ds-card-item .card-item .left-top-box .card-mark.is-v {
  color: #fff;
  background: linear-gradient(350deg, #00B277 3.01%, #82E0B8 97.1%);
  border: 1px solid rgba(255, 255, 255, 0.3); }
.ds-card-item .card-item .left-top-box .card-mark.is-v.is-yc {
  background: linear-gradient(350deg, #00B277 3.01%, #82E0B8 97.1%);
  border: 1px solid rgba(255, 255, 255, 0.3); }
.ds-card-item .card-item .left-top-box .card-mark.is-v.is-jc {
  background: linear-gradient(350deg, #FD8320 0%, #FFC2A1 100%);
  border: 1px solid rgba(255, 255, 255, 0.3); }
.ds-card-item .card-item .left-top-box .card-mark.is-v.is-bg {
  background: linear-gradient(350deg, #1980FF 3.01%, #9ED3FF 97.1%);
  border: 1px solid rgba(255, 255, 255, 0.3); }
.ds-card-item .card-item .left-top-box .card-mark.is-q {
  background: #333333;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #F5D993; }
.ds-card-item .card-item .card-down-menu {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 10px;
  top: 8px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0; }
.ds-card-item .card-item .share-card {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70px;
  opacity: 0;
  transition: 0.2s ease all;
  max-width: 200px;
  display: flex;
  justify-content: space-between; }
.ds-card-item .card-item .qtw-button {
  position: absolute;
  left: calc(50% - 48px);
  margin: auto;
  bottom: 70px;
  opacity: 0;
  transition: 0.2s ease all;
  max-width: 100px;
  z-index: 1;
  background: #fff; }
.ds-card-item .card-item .card-down-menu-del {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.ds-card-item .card-item .item-foot {
  width: 100%;
  min-height: 30px;
  border-radius: 0 0 4px 4px;
  padding: 0 8px;
  opacity: 0;
  line-height: 20px;
  transition: 0.2s ease all; }
.ds-card-item .card-item .item-foot.share-tpl {
  background: #F8F8FB; }
.ds-card-item .card-item .item-foot.user-template {
  opacity: 1; }
.ds-card-item .card-item .item-foot .item-foot-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 30px;
  width: 100%; }
.ds-card-item .card-item .item-foot .item-foot-text > img {
  height: 14px;
  margin-right: 4px; }
.ds-card-item .card-item .item-foot .item-foot-text .item-foot-tips {
  padding: 1px 2px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 8px; }
.ds-card-item .card-item .item-foot .item-foot-text .item-foot-title {
  font-size: 12px;
  color: #5B595A;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1; }
.ds-card-item .card-item .item-foot .item-foot-text a {
  color: #5B595A;
  font-size: 12px;
}
.ds-card-item .card-item .item-foot .item-foot-time {
  font-size: 12px;
  font-weight: 400;
  color: #C5C5C5;
  margin-top: -7px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.ds-card-item .card-item .item-foot .item-foot-time em {
  display: inline-block; }
.ds-card-item .card-item .item-foot .item-foot-time span {
  margin-left: 10px; }
.ds-card-item .card-item .item-foot .item-foot-time span .icon {
  font-size: 13px;
  margin-right: 2px; }
.ds-card-item .card-item .item-foot .item-foot-reason {
  font-size: 12px;
  color: #5B595A;
  padding-bottom: 12px; }
.ds-card-item .card-item .item-collection {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  line-height: 30px;
  text-align: center;
  opacity: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
.ds-card-item .card-item .item-collection:hover {
  color: #fff; }
.ds-card-item .card-item .item-collection.ready-collection {
  color: #fff; }
.ds-card-item .card-item .item-collection .icon {
  font-size: 12px;
  display: inline-block;
  transform: scale(1.8);
  margin-top: -2px;
  margin-right: 0px; }
.ds-card-item .card-item .icondetail {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  right: 46px;
  top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  line-height: 30px;
  text-align: center;
  opacity: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
.ds-card-item .card-item .icondetail.ready-collection {
  color: #fff; }
.ds-card-item .card-item .icondetail:hover {
  color: #fff; }
.ds-card-item .card-item .icondetail .iconyulan {
  font-size: 12px;
  display: inline-block;
  transform: scale(1.2);
  margin-top: 0px;
  line-height: 30px; }
.ds-card-item:hover {
  width: 200px; }
.ds-card-item:hover .card-item {
  box-shadow: 0px 4px 12px 0px rgba(0, 13, 71, 0.2); }
.ds-card-item:hover .card-item .card-image {
  border: none !important; }
.ds-card-item:hover .card-item .card-image-max {
  overscroll-y: scroll; }
.ds-card-item:hover .card-item .card-row .qyxm-mask {
  display: none; }
.ds-card-item:hover .left-top-box {
  opacity: 1; }
.ds-card-item:hover .card-icon,
.ds-card-item:hover .card-vip {
  display: none; }
.ds-card-item:hover .item-foot,
.ds-card-item:hover .card-down-menu,
.ds-card-item:hover .item-collection,
.ds-card-item:hover .share-card,
.ds-card-item:hover .icondetail,
.ds-card-item:hover .qtw-button {
  opacity: 1; }
.ds-card-item .card-item-no {
  position: absolute;
  width: 100%;
  height: calc(100% - 45px);
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  border-radius: 2px;
  border: 1px solid #f2f2f2; }
.ds-card-item .card-item-no > img {
  display: block;
  width: 85%;
  margin: 0 auto; }
.ds-card-item .card-item-no > p {
  font-size: 12px;
  color: #999;
  line-height: 14px;
  margin-top: 10px;
  text-align: center; }

.ds-index .ds-cantainer {
  width: calc(100% - 178px);
  margin-left: 178px;
  height: auto;
  background: #fff;
  height: calc(100% - 178px);
}
.ds-index .ds-cantainer .ds-cantainer-row {
  padding: 30px;
  width: 100%;
  min-width: 958px;
  max-width: 1900px;
  height: auto;
  padding-right: 60px;
  margin: 0 auto;
}

.card-item .card-row .card-row-item .card-row-item-flex{
  display: flex
}
.card-item .card-row .card-row-item .card-row-item-flex .card-row-item-flex-item{
  width: 40%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.card-item .card-row .card-row-item .card-row-item-flex .card-row-item-flex-img{
  width: 60%;
  margin: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.card-item .card-row .card-row-item .card-row-item-flex .card-row-item-flex-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s2{
  font-size: 12px;
  color: #999;
  padding: 0 5px;
}

.toolbar{ width:70px;position: fixed;right:40%;bottom:30%;margin-right:-718px;z-index: 301;background:#fff; border-radius:10px;}
.toolbar li a{width: 100%; font-size: 12px; background:#fff;padding:10px 0;border-bottom: 1px solid #ececec;display: block;text-align: center; position:relative;color:#777;}
.toolbar li a:hover{color: #ff552e;}
.toolbar li a i{ display:block;font-size:30px; margin:0 auto 5px auto; color:#ff552e}

.toolbar .right-box-del{
  position: relative;left: 62px;top: 10px;cursor: pointer;z-index: 9;background-color: #ffffff;border-radius: 50%;font-size: 12px;
}

.wx_kefuhover{
  position: relative;
}
.wx_kefu{
  display: none;
  position: absolute;
  right: 80px;
  top: 0px;
  width: 220px;
  padding: 10px;
  background: #fff;
  border-radius: 14px;
  text-align: center;
}
.wx_kefu img{
  width: 100%;
}
.wx_kefuhover:hover .wx_kefu{
  display: block;
}

.footer{width:1200px;margin:0 auto;padding:20px 0 40px;color:#888;font-size:14px; text-align: center;}
.footer p{ margin:10px 0 0;color:#999;}
.footer a{ margin:0 15px;color:#666;}
.footer a:hover{color:#ff552e;}
.footer .gba{ vertical-align:middle; margin:0 5px 0 0;}
.footer img{ vertical-align:middle;}

.user_info {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.user_info img{
  vertical-align: top;
  opacity: 1;
  width: 100%;
  height: 100%;
}


.header-func-info:hover .navigation-box .navigation-template-box{
  display: block;
}
    .design-head .head-box .navigation-name:hover > a {
      color: #333;
      font-weight: bold; }

    .design-head .head-box .navigation-name {
      font-size: 14px;
      position: relative;
      cursor: pointer;
      z-index: 10;
      transition: .1s;
      display: flex;
      align-items: center; }
      .design-head .head-box  .navigation-name .navigation-name-tost {
        border-radius: 8px 8px 8px 0;
        background-color: #FA5555;
        color: #fff;
        position: absolute;
        font-size: 10px;
        top: 0;
        left: 0;
        height: 22px;
        line-height: 22px;
        padding: 0 8px;
        box-sizing: border-box; }
    .design-head .head-box .navigation-template-box {
      width: 220px;
      position: absolute;
      padding-top: 37px;
      left: -111px;
      display: none;
      top: 23px;
      z-index: 1; }
    .design-head .head-box .navigation-template {
      width: auto;
      top: 0;
      background: #FFFFFF;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      z-index: 10; 
      padding: 0 10px 20px;}
      .design-head .head-box .navigation-template .navigation-template-top {
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #F8F8FB;
        box-sizing: border-box;
        padding: 0 24px 0 16px; }
        .design-head .head-box .navigation-template .navigation-template-top .template-top-title {
          font-size: 16px;
          color: #818284; }
          .design-head .head-box .navigation-template .navigation-template-top .template-top-title span {
            color: #fff; }
        .design-head .head-box .navigation-template .navigation-template-top .template-top-botton {
          width: 160px;
          height: 36px;
          background: #fff;
          border-radius: 4px;
          text-align: center;
          line-height: 36px;
          color: #fff;
          margin-left: 15px;
          transition: .3s; }
          .design-head .head-box .navigation-template .navigation-template-top .template-top-botton:hover {
            background-color: #fff; }
      .design-head .head-box .navigation-template .template-list-box {
        padding: 24px 16px;
        padding-right: 0px; }
      .design-head .head-box .navigation-template .template-list {
        display: flex;
        margin-bottom: 20px; }
        .design-head .head-box .navigation-template .template-list .template-list-title {
          font-size: 14px;
          color: #444444;
          width: 90px;
          line-height: 28px; }
        .design-head .head-box .navigation-template .template-list .template-list-item {
          width: 600px;
          line-height: 28px; }
          .design-head .head-box .navigation-template .template-list .template-list-item a {
            font-size: 14px;
            color: #5B595A;
            margin: 8px;
            white-space: nowrap; }
            .design-head .head-box .navigation-template .template-list .template-list-item a:hover {
              color: #fff; }

.template-box-user{
  display: flex;
  flex-direction: row;
    justify-content: space-evenly;
    padding: 14px;
}
.template-box-user .u-box{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.template-box-user .u-box2{
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.template-box-user .u-box img{
  width: 100%;
  height: 100%;
}
.xdesign-user-info-panel__vip-info{
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff6ea;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5px 6px 0;
    padding: 14px 0;
}